home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
database
/
do1beta
/
struct.do
< prev
next >
Wrap
Text File
|
1991-07-08
|
178b
|
7 lines
/*
demonstrate the Dbffile::displayStruct() and structure() method
*/
db = new(Dbffile,"help");
? "\nthe structure Collection for HELP.DBF is ",structure(db);
close(db);